SampleRange Constructor(Range,Nullable<int>)

Summary
Initializes a new instance of the SampleRange class.
Syntax
C#
VB
C++
public SampleRange( 
   Range range, 
   Nullable<int> samplingFactor 
) 
  
Public Function New( _ 
   ByVal range As Range, _ 
   ByVal samplingFactor As Nullable(Of Integer) _ 
) 
public: 
SampleRange(  
   Range^ range, 
   Nullable<int> samplingFactor 
) 

Parameters

range
The Range of codestreams.

samplingFactor
A nullable System.Int32 number representing the codestream sampling factor.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.